home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / AIncludes / CRMSerialDevices.a < prev    next >
Encoding:
Text File  |  1993-11-30  |  947 b   |  40 lines  |  [TEXT/MPS ]

  1. ;    File:        CRMSerialDevices.a
  2. ;
  3. ;    Copyright:    © 1983-1993 by Apple Computer, Inc.
  4. ;                All rights reserved.
  5. ;
  6. ;    Version:    System 7.1 for ETO #11
  7. ;    Created:    Tuesday, March 30, 1993 18:00
  8. ;
  9. ;___________________________________________________________________________
  10.  
  11.     IF (&TYPE('__INCLUDINGCRMSERIALDEVICES__') = 'UNDEFINED') THEN
  12. __INCLUDINGCRMSERIALDEVICES__     SET         1
  13.  
  14. ; crmDeviceType
  15. crmSerialDevice    EQU    1
  16.                 
  17. curCRMSerRecVers     EQU 1
  18.  
  19. ; We put the old ICN# data at the top for backwards compatibility
  20. CRMIconRecord        Record    0
  21. oldIcon                ds.l    32        ; ICN# data & mask
  22. oldMask                ds.l    32        ;
  23. theSuite            ds.l    1        ; handle to an iconSuite
  24. reserved            ds.l    1        ;
  25.     EndR
  26.  
  27.  
  28. CRMSerialRecord        Record    0
  29. version                ds.w    1
  30. inputDriverName        ds.l    1
  31. outputDriverName    ds.l    1
  32. name                ds.l    1
  33. deviceIcon            ds.l    1        ; was: a handle to an 'ICN#' resource
  34.                                     ; now: a CRMIconHandle
  35. ratedSpeed            ds.l    1
  36. maxSpeed            ds.l    1
  37. reserved            ds.l    1
  38.     EndR
  39.  
  40.     ENDIF             ; already included